home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcblox10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-09-01  |  1KB  |  43 lines

  1. echo off
  2. cls
  3. echo   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  4. echo   ▒                               ▒
  5. echo   ▒    PC-BLOX Install Program    ▒
  6. echo   ▒                               ▒
  7. echo   ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  8. echo.
  9. if not exist pc-blox.reg goto continue
  10. echo This is the Registered User Diskette, Disk #2.
  11. echo The install must be performed from the
  12. echo Shareware Evaluation Diskette, Disk #1.
  13. echo Please remove this disk and insert Disk #1.
  14. pause
  15. %0
  16. :continue
  17. echo This will create a directory C:\PC-BLOX
  18. echo on the hard disk drive C: and will copy
  19. echo the PC-BLOX files to it.
  20. ask Do you want to do this? (Y/N)
  21. if errorlevel 1 goto alldone
  22. md c:\pc-blox
  23. copy *.* c:\pc-blox
  24. :repeat
  25. echo.
  26. echo Are you installing a REGISTERED copy of PC-BLOX
  27. echo or a SHAREWARE EVALUATION copy? PLease answer
  28. ask  Y for Registered or N for Shareware. (Y/N)
  29. if errorlevel 1 goto runit
  30. echo.
  31. echo Please remove Disk #1 and insert Disk #2.
  32. pause
  33. if not exist pc-blox.reg goto repeat
  34. copy *.* c:\pc-blox
  35. :runit
  36. c:
  37. cd\pc-blox
  38. cls
  39. echo PC-BLOX installation complete.
  40. echo.
  41. echo To run PC-BLOX type DEMO and press Enter.
  42. :alldone
  43.